home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 32 / CD Expert nº 32.iso / Emergency / emergyus.exe / BC5 / EXAMPLES / SERIES / FILESYS / readme.txt
Text File  |  1997-03-25  |  954b  |  30 lines

  1. FILESYS - Based on GEN32
  2.  
  3. THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  4. ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  5. THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  6. PARTICULAR PURPOSE.
  7.  
  8. Copyright (C) 1993-1995  Microsoft Corporation.  All Rights Reserved.
  9.  
  10.  
  11. PURPOSE:
  12.     Show a basic implementation of some of the new FILE SYSTEM API's
  13.  
  14. USES:
  15.     Based on GEN32
  16.  
  17. COMMENTS:
  18.  
  19.  
  20. MODULE MAP:
  21.     Dispatch- Message dispatching routines
  22.     WinMain - Calls initialization functions and processes the message loop
  23.     Init    - Performs application and instance specific initialization
  24.     About   - Defines a standard about dialog box.
  25.     Misc    - Defines the applications specific commands not related to
  26.               a specific module.
  27.     Filesys - App specific module. 
  28.     Demo    - Displays the dialog and fills it with all the necessary
  29.             - information.
  30.